body {
  background-image: url(../images/undergroundcomix_background.png) ;
  background-size: 100%;
  color: #e3d7a3 
}
.comicframe {
  width: 400;
  height: 400
}
.frame {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 550px ;
  background-color: #f2e5b6;
  background-size: 40%
}